Click or drag to resize

ServiceUpdateRule Method (Rule, String)

Updates an inbox rule.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public RuleOperationResponse UpdateRule(
	Rule rule,
	string smtpEmailAddress
)

Parameters

rule
Type: Independentsoft.ExchangeRule
The rule.
smtpEmailAddress
Type: SystemString
The SMTP email address.

Return Value

Type: RuleOperationResponse
RuleOperationResponse.
See Also